home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 26 / Cream of the Crop 26.iso / bbs / bh_v1_3.zip / BH.DOC next >
Text File  |  1997-06-26  |  7KB  |  205 lines

  1. Blockheads! (c) By SHARKware.
  2.  
  3. Instruction Documentation
  4. *****************************************************************************
  5. BH INSTALL  
  6.   To install Blockheads!. It will make a BH.BAT file, that you can rename. LAN
  7. users might have to alter this file. To run Blockheads! on your BBS please
  8. refer to the command line parameters listed below. Or have your BBS call the
  9. BH.BAT file.
  10.  
  11. BH
  12.   To run Blockheads! Locally.
  13.  
  14. BH REG
  15.   To Register Blockheads! simply fille out the REGISTER.DOC form, and when
  16. you recieve your codes. You may run this game as long as feel necessary to
  17. evaluate the game. Until you register you can only play until the 15th grid
  18. before the game resets you.
  19.  
  20. BH PURGE=#
  21.   Blockheads! purges players after 30 days if they haven't played. You can
  22. alter this, where # is a number between 1 and 365, the number of days you
  23. wish to purge the player data file.
  24.  
  25. BH RESET
  26.   This will keep the current player list, but reset EVERYONE to level 1, grid
  27. 1, and erase their scores.
  28.  
  29. BH MAX
  30.   This uses a maximum moves counter for really competitive scoring.
  31.  
  32. BH EDIT
  33.   THis allows the sysop to RESET or DELETE single players.
  34.  
  35.   The game is simple to learn, just move the blocks Up and Down or Left and
  36. Right, to clear a way for the Red Block to slide out of the grid. The screen
  37. will tell you which blocks may move up/down and left/right. A block can move
  38. only one set of ways, not both sets. The Red Block may move left/right ONLY!
  39. You might not have to move every block on the grid.
  40.  
  41. The FUNCTION keys have sysop commands.
  42. *****************************************************************************
  43.       F1  - Displays the Help Line.
  44.       F2  - Displays node info.
  45.       F3  - Displays KDrive info.
  46.       F4  - Not used.
  47.       F5  - Not used.
  48.       F6  - Not used.
  49.       F7  - Adds one minute to the user's time in the door.
  50.       F8  - Subtracts one minute from the user's time in the door.
  51.       F9  - A split screen chat between the user and sysop.
  52.       F10 - Will kick the user out of the door using KDrive.
  53.  
  54. COMMAND LINE PARAMETERS;
  55. *****************************************************************************
  56. Command line parameters that can be passed to Blockheads!.
  57. Blockheads! will always load locally, unless you pass a Drop file parameter.
  58. You do NOT have to have these on the command line if they are passed in the
  59. drop file.
  60. * are usually additional strings/names/paths.
  61. # are numbers. Ranges are listed below.
  62. Ex. /T1 or -T1
  63.  
  64.   INSTALL if you include this on the command line, Blockheads! will create a
  65.       batch file, asking you questions about your BBS.
  66.  
  67.   /B#   Locked baud rate {300-115200}
  68.   /C#   Comport {1-8}
  69.   /D#   Which com device to use. Defaults to 1, choices are
  70.       1, to use the internal Uart routine.(Default : Use to change <I>RQ''s)
  71.       2, for Fossil users.
  72.       3, for Digiboard users.
  73.   /F*   Path to your KDRIVE.DFL file.
  74.   /I#   Use to specify a different IRQ number than the defaults. In
  75.     order to use this you must use the Default Async Handlers!
  76.   /K#   Keyboard Time out in seconds. {30 to 300}
  77.   /L*   Logging. Turns the Logging Boolean to True for programs. You
  78.     can define a path and/or file name for your log, if you do
  79.     not wish for the default log filename.
  80.   /N#   Node Number{1-255}
  81.   /P*   Path to drop files. Multi Node could be something like,
  82.     /Px:\BBS\node%1 where %1 is the node number passed from the
  83.     BBS program.
  84.   /SSysopFN_SysopLN  Sysop name. Must use the _ in place of a space.
  85.     Use if not passed in Drop file.
  86.   /Tbbstype   BBS type. These are defined in the DFL file, and are limited
  87.     to the KDRIVE.DFL file.
  88.   /W#   Maximum time for user to be in door in minutes. Default is
  89.     1440 or User's time left from BBS.
  90.   /Xbbsname  BBS name. Use _ for spaces. {Use only if not passed in Drop file}
  91.  
  92. Notes:
  93.     You may define where the path to the KDRIVE.DFL file, in case you are
  94.   running more than one KDrive program. This way when the KDRIVE.DFL file is
  95.   updated, or altered, you only have to maintain one file.
  96.  
  97. CONFIG FILE FORMAT
  98. *****************************************************************************
  99. File name : Anything you want it. You MUST include the /G* command line
  100. parameter to use the config files. * is the path AND file name of the config
  101. file. These files may be shared among other KDrive programs.
  102.  
  103. BH /GC:\KDRIVE\NODE.CFG
  104.   This is an example for single node.
  105. BH /GC:\KDRIVE\NODE%1.CFG
  106.   This is an example for multinode. Where %1 is the node number passed from
  107.     your BBS package.
  108.  
  109. ;LOCKEDBAUD #
  110. ; Uncomment the line above and define the locked baud rate : LOCKEDBAUD 155200
  111. ;
  112. ;COMPORT #
  113. ; Uncomment the above line if you need to define the comport : COMPORT 1
  114. ;
  115. DFLPATH C:\TP\KDRIVE7
  116. ;  Put the full path and file name of the DropFileLibrary file. This can be
  117. ;    shared with ALL KDrive 6.1+ programs.
  118. ;
  119. ;IRQNUM #
  120. ;  Uncomment and define your IRQ number not standard : IRQNUM 12
  121. ;
  122. ;KEYTIME #
  123. ;  Uncomment the line above and define the number of seconds you want your
  124. ;    keyboard timer to time out a player.
  125. ;
  126. ;LOG *
  127. ;  Uncomment the line above for logging. If you want to name the log file or
  128. ;     have it appended somewhere else, include the path and/or file name.
  129. ;
  130. NODE 2
  131. ;  Include the number or your node on the above line.
  132. ;
  133. DROPFILEPATH E:\RA\NODE2
  134. ;  Define the path ONLY (not file name) of your drop file.
  135. ;
  136. ;STATOFF
  137. ;  Uncomment if you want the sysop statuslineoff.
  138. ;
  139. SYSOPNAME Korombos
  140. ;  Define your sysop name. Use spaces between first and last names.
  141. ;
  142. BBSTYPE DOORSYS
  143. ;  Define your dropfile.
  144. ;    Choices are  
  145. ;
  146. ;MAXTIMEON #
  147. ;  Uncomment and define the maximum ammount of time you wish to have your
  148. ;    users in this program.
  149. ;
  150. BBSNAME Terra BBS
  151. ;  Define your BBS name. You may use spaces between names.
  152.  
  153.  
  154. OTHER ERRATA
  155. *****************************************************************************
  156.    This product is copy righted by SHARKware, and the author holds all
  157. rights to it's contents. The Author claims no responsibility for it's use,
  158. other than the fact it works for the authors, and may just take up space on
  159. your hard drive. The Author is held in no way responsible for the use, or
  160. misuse of this product.
  161.    Any questions that arise in how to use this product, please contact
  162. by netmail, echo mail thru ON_LINE_GAMES on FIDO, his home BBS,
  163. e-mail via the Internet or snail mail. (all addresses below)
  164.  
  165. Thanks always to:
  166. My Alpha and Beta teams!
  167. Special thanks to Micheal Klucher for designing the Blockheads! GIF
  168. graphic.
  169.  
  170. Blockheads! By SHARKware (c) 1997 by SHARKware!
  171.  
  172. Korombos
  173.   Mail
  174.     SHARKware/Terra BBS/Korombos
  175.     P.O.Box 57923
  176.     Phoenix, Arizona 85057-7923
  177.   Internet
  178.     veger@primenet.com (Internet)
  179.     ftp via ftp.primenet.com /users/v/veger
  180.  
  181. Beta Testers:
  182.   Sharon McCormick
  183.   Sysop of QUACKERS
  184.   Cleveland, Ohio
  185.  
  186.   Charlie Wardick
  187.   Sysop of Never Surrender!
  188.   Toledo, Ohio
  189.  
  190.   Franz Scheurer
  191.   Sysop of The Wizard BBS
  192.   Sydney, Australia
  193.  
  194.   Michael Klucher
  195.   Sysop of The Uncharted Realms BBS
  196.   Portales, New Mexico
  197.  
  198.   Della Moore
  199.   Sysop of Moore Fun BBS
  200.   Winfield, Kansas
  201.  
  202.   Cammy Cochrane
  203.   Sysop of Mad Hatter BBS
  204.   Dudley, North Carolina
  205.